home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / bubblegum.swf / scripts / DefineButton2_659 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-06-05  |  113 b   |  6 lines

  1. on(press){
  2.    home.updateTotal(totalPoints);
  3.    trace("totalPoints = " + totalPoints);
  4.    gotoAndStop(4);
  5. }
  6.